ocr: X :A momertiskm/Homewor/s11/LambiHashTable.cc OX Buffers Files Tools Edit Search C++ Help HashTable:: "HashTable0 V1 11 DESTRUCTOR 1/ this deallocates the memory for the hash table // € for(int i=0; ISTABLE_SIZE; i++) if(tableli] l= NULL) delete tablelil; 311 END DESTRUCTOR void HashTable::CreateTable(char *filename) V1 IN 1/ VI this is passed the name of a file filename') which is opened and its VI contents read and inserted into the hash table. It presumes that the V1 contents of the file are written one-word-per-line fashion. // char DUFIMAX_WORD_SIZE]; 1/ input buffer ifstream ins; 1/ inpu ...